home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20010306-20010921 / 000087_news@columbia.edu _Fri Apr 27 13:45:39 2001.msg < prev    next >
Internet Message Format  |  2001-09-20  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA02122
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 27 Apr 2001 13:45:39 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA14120
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 27 Apr 2001 13:27:43 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@columbia.edu (Jeffrey Altman)
  10. Subject: Re: Kermit95 and Printing
  11. Date: 27 Apr 2001 17:27:42 GMT
  12. Organization: Columbia University
  13. Message-ID: <9cca6e$dp5$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. : This helps with the page-per-line problem, but it still doesn't
  17. : allow for the escape sequences to work. Is there a way to use the
  18. : Windows printer network, but still be able to use escape sequences
  19. : (to set font size and such)
  20.  
  21. K95 opens the printer queue in RAW mode.  This means that whatever 
  22. data is sent by the host is sent to the printer without alteration.
  23. It is exactly the same as if you were to print to a file and then
  24. copy the file byte for byte into the printer.
  25.  
  26. When you print to the printer via a DOS device, the printer output
  27. is not sent in RAW mode but is instead interpretted by the printer
  28. device driver install on Windows for use by 16-bit DOS applications.
  29. This is a print redirector and it is not guarranteed to be transparent.
  30.  
  31. In order for the host to send printer sequences to the printer, the
  32. host must know exactly what type of data the printer needs.  You can
  33. verify that the sequences being sent by the host are in fact being
  34. sent to the printer by Pausing the Printer Queue and then examining 
  35. the spool file for the print job.  
  36.  
  37.  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha available
  38.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  39.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  40.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  41.